-
-
Notifications
You must be signed in to change notification settings - Fork 39.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Keyboard] Add Skelett60 #23409
[Keyboard] Add Skelett60 #23409
Conversation
Co-authored-by: Ryan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- add compatible Community Layouts support
- for
keymap.c
, replaceKC_TRNS
with_______
for human readability
Co-authored-by: Duncan Sutherland <[email protected]>
Co-authored-by: Duncan Sutherland <[email protected]>
Co-authored-by: Duncan Sutherland <[email protected]>
Co-authored-by: Duncan Sutherland <[email protected]>
Co-authored-by: Duncan Sutherland <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An image of this PCB would be helpful 🙂
### Reset | ||
|
||
- Unplug | ||
- Hold Escape | ||
- Plug In | ||
- Unplug | ||
- Release Escape | ||
|
||
### Flash | ||
|
||
- Unplug | ||
- Hold Escape | ||
- Plug In | ||
- Flash using QMK Toolbox or CLI (`make novelkeys/skelett60:<keymap>:flash`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This text adheres more closely to the template. Is there a physical reset button?
### Reset | |
- Unplug | |
- Hold Escape | |
- Plug In | |
- Unplug | |
- Release Escape | |
### Flash | |
- Unplug | |
- Hold Escape | |
- Plug In | |
- Flash using QMK Toolbox or CLI (`make novelkeys/skelett60:<keymap>:flash`) | |
## Bootloader | |
Enter the bootloader in 3 ways: | |
* **Bootmagic reset**: Hold down the top left key (normally Escape) and plug in the keyboard. This will also clear emulated EEPROM, so it is a good first step if the keyboard is misbehaving. | |
* **Physical reset button**: | |
* **Keycode in layout**: There is no key mapped to `QK_BOOT` in the pre-created keymaps, but you may assign this key in any keymaps you create. | |
## Flashing | |
After entering the bootloader through one of the methods above, the keyboard can be flashed using the QMK CLI (see "Flashing example") or QMK Toolbox. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a Physical button but I do not recommend it as it doesnt clear the eeprom. I think my description is more straight forward. I can change to the suggestion if the majority thinks so.
@@ -0,0 +1,36 @@ | |||
# Skelett 60 | |||
|
|||
This is a standard 60% layout PCB. It supports VIA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a standard 60% layout PCB. It supports VIA. | |
This is a standard 60% layout PCB. |
(The default
keymap doesn't.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No default keymap does. Its the "tradition"
Co-authored-by: yiancar <[email protected]> Co-authored-by: Ryan <[email protected]> Co-authored-by: Duncan Sutherland <[email protected]>
Co-authored-by: yiancar <[email protected]> Co-authored-by: Ryan <[email protected]> Co-authored-by: Duncan Sutherland <[email protected]>
Co-authored-by: yiancar <[email protected]> Co-authored-by: Ryan <[email protected]> Co-authored-by: Duncan Sutherland <[email protected]>
Co-authored-by: yiancar <[email protected]> Co-authored-by: Ryan <[email protected]> Co-authored-by: Duncan Sutherland <[email protected]>
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist